home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / prtcpy29.zip / PRTCOPY.DOC < prev    next >
Text File  |  1992-11-23  |  1KB  |  50 lines

  1. ------------
  2. PRTCOPY.EXE
  3. ------------
  4.  
  5. Purpose:
  6. --------
  7.  
  8. Copies a source users PRINTCON.DAT file to every user in a specified group
  9.  
  10. Requirements:
  11. -------------
  12.  
  13. A group must be created to contain the target users for the copy.
  14.  
  15. Configuration Files:
  16. --------------------
  17.  
  18. None
  19.  
  20. Revision Notes:
  21. ---------------
  22.  
  23. Program now runs correctly on PC or PC/XT machines. Previous version was
  24. compiled for 80286 or better.
  25.  
  26. Example: 
  27. --------
  28. Source user SUPERVISOR, target group NEWPRT
  29.  
  30. PRTCOPY SUPERVISOR NEWPRT
  31.  
  32. The PRINTCON definition file in each users mail directory will be renamed to
  33. PRINTCON.OLD and the PRINTCON.DAT in the SUPERVISOR's mail directory will 
  34. be copied to the users mail directory.
  35.  
  36. The status of each copy is indicated by a check mark, or an 'x' to denote
  37. success or failure respectively.
  38.  
  39. Possible reasons for failure:
  40.  
  41. 1. You do not have sufficient rights to replace the users PRINTCON.DAT
  42. 2. The disk is full
  43. 3. The users mail directory does not exist
  44. 4. The user's PRINTCON.DAT is busy (in use)
  45.  
  46. When in doubt, attempt the copy manually. The users bindery ID can be found 
  47. in the Syscon/User/<name>/Other Information box. The mail directory will be
  48. SYS:MAIL\<Object ID>. 
  49.  
  50.